math/big.nat.isPow2 (method)

2 uses

	math/big (current package)
		nat.go#L698: func (x nat) isPow2() (uint, bool) {
		nat.go#L998: 			if logM, ok := m.isPow2(); ok {